From: kfraser@localhost.localdomain Date: Thu, 8 Feb 2007 21:36:35 +0000 (+0000) Subject: Fix non-x86 build. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15341 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=b15e0dd802bee0657e0774090b3ab3a51dd4e0f4;p=xen.git Fix non-x86 build. --- diff --git a/tools/misc/Makefile b/tools/misc/Makefile index dce732f273..35abbbf08f 100644 --- a/tools/misc/Makefile +++ b/tools/misc/Makefile @@ -9,7 +9,9 @@ CFLAGS += $(INCLUDES) HDRS = $(wildcard *.h) -TARGETS = xenperf xc_shadow xen-detect +TARGETS-y := xenperf xc_shadow +TARGETS-$(CONFIG_X86) += xen-detect +TARGETS := $(TARGETS-y) INSTALL_BIN = $(TARGETS) xencons INSTALL_SBIN = netfix xm xen-bugtool xen-python-path xend xenperf